home *** CD-ROM | disk | FTP | other *** search
/ Clickx 31 / Clickx 31.iso / assets / software / MyServer-win32-0.8.2.exe / web / documentation / texts / viewingsite.htm < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-22  |  2.8 KB  |  66 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>MyServer Documentation - Viewing You Web Site - www.myserverproject.net</title>
  7. <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  8. <meta http-equiv="Content-Style-Type" content="text/css" />
  9. <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
  10. </head>
  11. <body>
  12. <table class="center" width="95%">
  13. <tr>
  14. <td class="center">
  15. <h1 class="title">VIEWING YOUR WEB SITE</h1>
  16. <br />
  17. Once you have your web pages saved in the correct directory you will want to view 
  18. them both on the machine they are saved on and over the Internet. <br />
  19. <br />
  20. To view your files on the local machine type:<br />
  21. <br />
  22. <span class="code">http://localhost</span><br />
  23. <br />
  24. in your web browser's address window.<br />
  25. <br />
  26. To view your files over the internet, you can type your computer's IP
  27. address in any web browser. For example if your IP address is 36.65.34.32 your 
  28. files can be found at:<br />
  29. <br />
  30. <a href="http://36.65.34.32/"><span class="code">http://36.65.34.32</span></a><span
  31.  style="font-family: courier new,courier,monospace;">.</span>
  32.  <br />
  33.  <br />
  34.  
  35. <h2 class="title">Using a DNS name</h2>
  36.  
  37. If you would prefer<span class="code">
  38. http://william.homeip.net</span> instead of your IP address you must get a 
  39. DNS name.<br />
  40.  
  41. <br />
  42.       A DNS name is a network mechanism to assign an IP address a mnemonic name 
  43.       such as <a href="http://www.google.com/"
  44.  target="_blank">www.google.com</a>. You can get a DNS name using a free system 
  45.       like <a href="http://www.DynDNS.org" target="_blank">DynDNS.org</a>. This 
  46.       service is for PC s with always-on (ADSL, cable,...) connections that can 
  47.       be accessed for the better portion of the day.<br />
  48.       <br>
  49.       If you do not have a static IP address, your address changes every time 
  50.       you connect to internet. But, with a DNS name from DynDNS.org you are accessible 
  51.       whether your IP address is dynamic or static.<br />
  52.       <br />
  53.       To be sure that your new DNS name refers to your machine every time you 
  54.       connect to the Internet, you must also install a dynamic DNS client. You 
  55.       can get a free DNS client at: <a
  56.  href="http://www.directupdate.net/" target="_blank">http://www.directupdate.net</a>.<br />
  57. <br />
  58. If you don’t like the name <a href="http://myname.homeip.net/"target="_blank">http://myName.homeip.net</a>
  59. but would rather have a name such as <a href="http://www.myname.net/"target="_blank">http://www.myName.net</a>
  60. you need to register a domain through a registrar.
  61. </td>
  62. </tr>
  63. </table>
  64. </body>
  65. </html>
  66.